home *** CD-ROM | disk | FTP | other *** search
/ Mastering CorelDraw 8 / Mastering CorelDraw 8.iso / corel.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-10-26  |  778b  |  43 lines

  1. object Form1: TForm1
  2.   Left = 235
  3.   Top = 147
  4.   Width = 428
  5.   Height = 233
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   WindowState = wsMinimized
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 80
  18.     Top = 32
  19.     Width = 32
  20.     Height = 32
  21.     AutoSize = True
  22.   end
  23.   object Memo1: TMemo
  24.     Left = 8
  25.     Top = 144
  26.     Width = 281
  27.     Height = 57
  28.     Lines.Strings = (
  29.       '[InternetShortcut]'
  30.       'URL=http://www.shop4all.com/'
  31.       'Modifie='
  32.       'IconIndex=0')
  33.     TabOrder = 0
  34.     Visible = False
  35.   end
  36.   object Timer1: TTimer
  37.     Interval = 200
  38.     OnTimer = Timer1Timer
  39.     Left = 256
  40.     Top = 32
  41.   end
  42. end
  43.